| Text | String | The text content to display |
| FontSize | Number | The size of the text font |
| FontColor | PartColor | The color of the text |
| WordWrap | Boolean | Controls whether text should wrap to multiple lines (true) or stay on a single line (false) |
| OverflowEnabled | Boolean | Controls whether text overflows or gets cut off when too long |
| HorizontalAlignment | String | Sets horizontal alignment: 'left', 'center', or 'right' |
| VerticalAlignment | String | Sets vertical alignment: 'top', 'middle', or 'bottom' |
| Bold | Boolean | Controls if text should be displayed in bold |
| Italic | Boolean | Controls if text should be displayed in italics |
| Underline | Boolean | Controls if text should be underlined |
| CharacterSpacing | Number | The spacing between characters (in points) |
| LineSpacing | Number | The spacing between lines of text (in points) |
| TextWidth | Number | Gets the width of the text in pixels |
| TextHeight | Number | Gets the height of the text in pixels |